home *** CD-ROM | disk | FTP | other *** search
- if(B1A)
- {
- Text1 = "M{invalid_utf8=225}te n{invalid_utf8=236}co zadarmo?";
- if(_root.menu.eng)
- {
- text1 = "Do you have something free?";
- }
- }
- else
- {
- Text1 = "";
- setProperty("But1", _visible, false);
- }
- if(B1B)
- {
- Text2 = "Dal bych si jednu Becherovku.";
- if(_root.menu.eng)
- {
- text2 = "I like one Becherovka please.";
- }
- }
- else
- {
- Text2 = "";
- setProperty("But2", _visible, false);
- }
- if(B1C)
- {
- Text3 = "Jak{invalid_utf8=233} je nejlep{invalid_utf8=154}{invalid_utf8=237} pit{invalid_utf8=237} v Galaxii?";
- if(_root.menu.eng)
- {
- text3 = "What\'s the best drink of the Galaxy?";
- }
- }
- else
- {
- Text3 = "";
- setProperty("But3", _visible, false);
- }
- if(B1D)
- {
- Text4 = "U{invalid_utf8=158} mus{invalid_utf8=237}m j{invalid_utf8=237}t.";
- if(_root.menu.eng)
- {
- text4 = "I have to go.";
- }
- }
- else
- {
- Text4 = "";
- setProperty("But4", _visible, false);
- }
- But1.Varianta = "A";
- But2.Varianta = "B";
- But3.Varianta = "C";
- But4.Varianta = "D";
- Level = "1";
- But1.Enabled = B1A;
- But2.Enabled = B1B;
- But3.Enabled = B1C;
- But4.Enabled = B1D;
-